Rearrange fields in TF data structures to reduce padding
authorSoby Mathew <[email protected]>
Tue, 12 Jan 2016 10:30:59 +0000 (10:30 +0000)
committerSoby Mathew <[email protected]>
Wed, 13 Jan 2016 09:39:40 +0000 (09:39 +0000)
commitb313d755a7fe92ab5e576376a10051db1ba1c92f
tree0694e0ca3cd8f435f50e1c7a30d0b444ab3c7b79
parent7b3aabc0cfed0615b03887edfda12ce46a3a8335
Rearrange fields in TF data structures to reduce padding

This patch rearranges fields of the `image_desc_t` & `auth_img_desc_t`
data structures to reduce padding between the fields and thereby
save memory.

NOTE: Platform ports which anonymously initialize these structures
should be aware of the rearrangement and do the required
modification.

Change-Id: I428b5429632797b31d5bd306174599c07e24c060
include/common/bl_common.h
include/drivers/auth/auth_mod.h